home *** CD-ROM | disk | FTP | other *** search
- Path: asterix.urc.tue.nl!rchansl
- From: rchansl@urc.tue.nl (Hans Linders)
- Newsgroups: comp.lang.c
- Subject: Re: Beginer C please help me
- Date: 26 Mar 96 11:26:42 GMT
- Organization: Eindhoven University of Technology, The Netherlands
- Message-ID: <rchansl.827839602@asterix.urc.tue.nl>
- References: <4irjqa$jtn@winx03.informatik.uni-wuerzburg.de> <827821769.0snx@n16872.pc.jaring.my>
- NNTP-Posting-Host: asterix.urc.tue.nl
- X-Newsreader: NN version 6.5.0 #10 (NOV)
-
- ckyin@n16872.pc.jaring.my (Yin Chee Kin) writes:
-
- > I agree with you completely. What a complete nonsense!
- >
- > In order a get correct answer, should try this:
-
- > n = 9.0/5 or n = 9/5.0 or n = 9/5*1.0
- ^^^^^^^^^^^
-
- Definitely not this last one.
- Remember that associativity is from left to right. It will give
- you (9/5)*1.0 = 1*1.0 = 1.0.
-
-
- Hans Linders
- Rekencentrum
- Technische Universiteit Eindhoven
- The Netherlands
-